Termination Proof Script
Consider the TRS R consisting of the rewrite rule
|
1: |
|
f(f(a,x),y) |
→ f(f(x,f(a,y)),a) |
|
There are 3 dependency pairs:
|
2: |
|
F(f(a,x),y) |
→ F(f(x,f(a,y)),a) |
3: |
|
F(f(a,x),y) |
→ F(x,f(a,y)) |
4: |
|
F(f(a,x),y) |
→ F(a,y) |
|
The approximated dependency graph contains one SCC:
{2,3}.
-
Consider the SCC {2,3}.
The constraints could not be solved.
Tyrolean Termination Tool (0.01 seconds)
--- May 4, 2006